GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / ColorCMYtoRGB Method





In This Topic
ColorCMYtoRGB Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Sub ColorCMYtoRGB( _
   ByVal Cyan As Integer, _
   ByVal Magenta As Integer, _
   ByVal Yellow As Integer, _
   ByRef Red As Integer, _
   ByRef Green As Integer, _
   ByRef Blue As Integer _
) 
public void ColorCMYtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   ref int Red,
   ref int Green,
   ref int Blue
)
public procedure ColorCMYtoRGB( 
    Cyan: Integer;
    Magenta: Integer;
    Yellow: Integer;
   var  Red: Integer;
   var  Green: Integer;
   var  Blue: Integer
); 
public function ColorCMYtoRGB( 
   Cyan : int,
   Magenta : int,
   Yellow : int,
   Red : int,
   Green : int,
   Blue : int
);
public: void ColorCMYtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   ref int Red,
   ref int Green,
   ref int Blue
) 
public:
void ColorCMYtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   int% Red,
   int% Green,
   int% Blue
) 

Parameters

Cyan
Magenta
Yellow
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members